Active Query Builder 2 .NET Edition reference
FindIndices(AstToken) Method



Returns the list of indexes of metadata items that match the name defined by AST token identifier.
Syntax
'Declaration
 
Public Overloads Function FindIndices( _
   ByVal name As AstToken _
) As System.Collections.Generic.IList(Of Integer)
'Usage
 
Dim instance As MetadataSelection(Of T)
Dim name As AstToken
Dim value As System.Collections.Generic.IList(Of Integer)
 
value = instance.FindIndices(name)
public System.Collections.Generic.IList<int> FindIndices( 
   AstToken name
)
public: System.Collections.Generic.IList<int>* FindIndices( 
   AstToken* name
) 

Parameters

name
See Also

Reference

MetadataSelection<T> Class
MetadataSelection<T> Members
Overload List

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback